View Javadoc
1 package net.plugin.sql.util; 2 3 /* 4 * Created by IntelliJ IDEA. 5 * User: birchfield 6 * Date: Aug 18, 2002 7 * Time: 12:22:17 AM 8 * To change template for new interface use 9 * Code Style | Class Templates options (Tools | IDE Options). 10 */ 11 12 public interface Constants { 13 14 public static final String TOOL_WINDOW_ID = "SQLViewer"; 15 public static final String TOOLBAR_WINDOW_ID = "SQLViewerToolBar"; 16 public static final String NEW_WINDOW_ID = "SQLCreator"; 17 }

This page was automatically generated by Maven